Skip to content

Bump the gradle-dependencies group across 1 directory with 5 updates - #206

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/gradle-dependencies-e49373ece5
Closed

Bump the gradle-dependencies group across 1 directory with 5 updates#206
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/gradle-dependencies-e49373ece5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 16, 2026

Copy link
Copy Markdown
Contributor

Bumps the gradle-dependencies group with 5 updates in the / directory:

Package From To
com.squareup.okio:okio 3.16.4 3.17.0
org.junit.jupiter:junit-jupiter 5.14.2 5.14.3
com.networknt:json-schema-validator 1.5.9 3.0.1
org.jetbrains:annotations 26.0.2-1 26.1.0
com.gradle.plugin-publish 2.0.0 2.1.0

Updates com.squareup.okio:okio from 3.16.4 to 3.17.0

Changelog

Sourced from com.squareup.okio:okio's changelog.

Version 3.17.0

2026-03-11

  • New: Adjust down the Kotlin stdlib dependency to [Kotlin 2.1.21][kotlin_2_1_21]. Okio is built with an up-to-date Kotlin compiler (2.2.21), but depends on an older kotlin-stdlib. We're doing this so you can update Okio and Kotlin independently.

  • Fix: Return the correct timestamp in FileMetadata.createdAtMillis on Kotlin/Native on UNIX platforms. We were incorrectly using the POSIX ctime (change time) instead of the birthtime. With this fix Okio now prefers statx() over stat() on native platforms. This API first appeared in Linux in 4.11 (2017) and Android in API 30 (2020).

Commits
  • 80a5023 Prepare for release 3.17.0.
  • 65c0c26 Switch to FileMetadata to use statx instead of stat on Linux and Apple platfo...
  • b11f17b Remove Kotlin/JS IR default parameter workarounds. (#1786)
  • b35f473 Update Gradle to v9.4.0 (#1785)
  • cbcee31 Update actions/upload-artifact action to v7 (#1783)
  • fc7aecb Update dependency com.android.tools.build:gradle to v9.0.1 (#1781)
  • 79aa267 Drop isWasm() early return workaround for KT-60212. (#1777)
  • 45459dc Fix result of an 'errnoToIOException' call is not thrown. inside `PosixFileSy...
  • 9fbab0f Decode env variables in WASI tests (#1773)
  • 50abe89 Stop using AssertJ (#1771)
  • Additional commits viewable in compare view

Updates org.junit.jupiter:junit-jupiter from 5.14.2 to 5.14.3

Release notes

Sourced from org.junit.jupiter:junit-jupiter's releases.

JUnit 5.14.3 = Platform 1.14.3 + Jupiter 5.14.3 + Vintage 5.14.3

See Release Notes.

Full Changelog: junit-team/junit-framework@r5.14.2...r5.14.3

Commits
  • 1c14c1b Release 5.14.3
  • 698391f Finalize 5.14.3 release notes
  • 5655c22 Fix link to milestone
  • b4d1f56 Reliably support JRE.OTHER with @⁠EnabledOnJre and @⁠DisabledOnJre
  • 5b6dfef Fix references
  • 718ee15 Fail build if xref fragment is invalid
  • a809887 Install poppler-utils for pdfinfo
  • b568f5a Update API baseline
  • 1ebb6bc Add missing checkout step
  • 4ca615b Back to snapshots for further development
  • See full diff in compare view

Updates com.networknt:json-schema-validator from 1.5.9 to 3.0.1

Release notes

Sourced from com.networknt:json-schema-validator's releases.

3.0.1- 2026-03-10

Added

Changed

3.0.0- 2025-12-13

Added

Changed

2.0.1- 2025-12-11

Added

Changed

2.0.0- 2025-10-25

Added

Changed

Changelog

Sourced from com.networknt:json-schema-validator's changelog.

Change Log

All notable changes to this project will be documented in this file.

This format is based on Keep a Changelog.

This project does not adhere to Semantic Versioning and minor version changes can have incompatible API changes. These incompatible API changes will largely affect those who have custom validator or walker implementations. Those who just use the library to validate using the standard JSON Schema Draft specifications may not need changes.

[Unreleased]

Added

Changed

Changed

3.0.1- 2026-03-10

Added

Changed

3.0.0- 2025-12-13

Added

Changed

2.0.1- 2025-12-11

Added

Changed

2.0.0- 2025-10-25

Added

... (truncated)

Commits
  • d352d6f update version to 3.0.1
  • a313e60 upgrade to 3.0.1 and update changelog
  • ff327ec Upgrade Jackson from 3.0.3 to 3.1.0 to fix CVE-2026-29062 (#1236)
  • 43cbcf7 Fix minimum maximum validators with type array (#1227)
  • 98b842d Add method to SpecificationVersion to determine from schema node (#1221)
  • c98d19a update contributor list in README.md
  • 2621edc upgrade to 3.0.0 and update changelog
  • c485230 Upgrade to Jackson 3 and JDK 17 (#1219)
  • ad0f41b Merge branch 'master' of github.com:networknt/json-schema-validator
  • 54d1b71 upgrade to 2.0.1 and update changelog
  • Additional commits viewable in compare view

Updates org.jetbrains:annotations from 26.0.2-1 to 26.1.0

Release notes

Sourced from org.jetbrains:annotations's releases.

26.1.0

  • @NotNullByDefault is not experimental anymore.
Changelog

Sourced from org.jetbrains:annotations's changelog.

Version 26.1.0

  • @NotNullByDefault is not experimental anymore.
Commits

Updates com.gradle.plugin-publish from 2.0.0 to 2.1.0

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
org.junit.jupiter:junit-jupiter [>= 6.a, < 7]

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the gradle-dependencies group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [com.squareup.okio:okio](https://github.com/square/okio) | `3.16.4` | `3.17.0` |
| [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework) | `5.14.2` | `5.14.3` |
| [com.networknt:json-schema-validator](https://github.com/networknt/json-schema-validator) | `1.5.9` | `3.0.1` |
| [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) | `26.0.2-1` | `26.1.0` |
| com.gradle.plugin-publish | `2.0.0` | `2.1.0` |



Updates `com.squareup.okio:okio` from 3.16.4 to 3.17.0
- [Changelog](https://github.com/square/okio/blob/master/CHANGELOG.md)
- [Commits](lysine-dev/okio@parent-3.16.4...parent-3.17.0)

Updates `org.junit.jupiter:junit-jupiter` from 5.14.2 to 5.14.3
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r5.14.2...r5.14.3)

Updates `com.networknt:json-schema-validator` from 1.5.9 to 3.0.1
- [Release notes](https://github.com/networknt/json-schema-validator/releases)
- [Changelog](https://github.com/networknt/json-schema-validator/blob/master/CHANGELOG.md)
- [Commits](networknt/json-schema-validator@1.5.9...3.0.1)

Updates `org.jetbrains:annotations` from 26.0.2-1 to 26.1.0
- [Release notes](https://github.com/JetBrains/java-annotations/releases)
- [Changelog](https://github.com/JetBrains/java-annotations/blob/master/CHANGELOG.md)
- [Commits](JetBrains/java-annotations@26.0.2-1...26.1.0)

Updates `com.gradle.plugin-publish` from 2.0.0 to 2.1.0

---
updated-dependencies:
- dependency-name: com.squareup.okio:okio
  dependency-version: 3.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: org.junit.jupiter:junit-jupiter
  dependency-version: 5.14.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: com.networknt:json-schema-validator
  dependency-version: 3.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gradle-dependencies
- dependency-name: org.jetbrains:annotations
  dependency-version: 26.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: com.gradle.plugin-publish
  dependency-version: 2.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Mar 16, 2026
@dependabot @github

dependabot Bot commented on behalf of github Mar 23, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Mar 23, 2026
@dependabot
dependabot Bot deleted the dependabot/gradle/gradle-dependencies-e49373ece5 branch March 23, 2026 23:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants